home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 85 / CD Actual 85 Febrero 2004.iso / Experto / Apache / apache_2.0.48-win32-x86-no_ssl.msi / Data.Cab / F252718_mod_echo.xml < prev    next >
Encoding:
Extensible Markup Language  |  2003-04-15  |  1.2 KB  |  42 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
  3. <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  4. <modulesynopsis metafile="mod_echo.xml.meta">
  5.  
  6. <name>mod_echo</name>
  7. <description>A simple echo server to illustrate protocol 
  8. modules</description>
  9. <status>Experimental</status>
  10. <sourcefile>mod_echo.c</sourcefile>
  11. <identifier>echo_module</identifier>
  12. <compatibility>Available in Apache 2.0 and later</compatibility>
  13.  
  14. <summary>
  15.     <p>This module provides an example protocol module to illustrate the
  16.     concept. It provides a simple echo server. Telnet to it and type
  17.     stuff, and it will echo it.</p>
  18. </summary>
  19.  
  20. <directivesynopsis>
  21.  
  22. <name>ProtocolEcho</name>
  23. <description>Turn the echo server on or off</description>
  24. <syntax>ProtocolEcho On|Off</syntax>
  25. <contextlist><context>server config</context>
  26. <context>virtual host</context></contextlist>
  27. <compatibility>ProtocolEcho is only available in 2.0 and
  28. later.</compatibility>
  29.  
  30. <usage>
  31.     <p>The <directive>ProtocolEcho</directive> directive enables or
  32.     disables the echo server.</p>
  33.  
  34.     <example><title>Example</title>
  35.       ProtocolEcho On
  36.     </example>
  37. </usage>
  38.  
  39. </directivesynopsis>
  40. </modulesynopsis>
  41.  
  42.